Documents for PDF, .NET Edition Documentation
DrawAnnotations(GcGraphics,RectangleF,IList<AnnotationBase>) Method

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace > Page Class > DrawAnnotations Method : DrawAnnotations(GcGraphics,RectangleF,IList<AnnotationBase>) Method
The GrapeCity.Documents.Drawing.GcGraphics on which to draw the annotations.
The draw bounds.
The list of annotations to draw.
Draws specified annotations on a GrapeCity.Documents.Drawing.GcGraphics.

Note that the specified annotations must belong to the current page.

Syntax
'Declaration
 
Public Overloads Sub DrawAnnotations( _
   ByVal graphics As GcGraphics, _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal annotations As System.Collections.Generic.IList(Of AnnotationBase) _
) 
public void DrawAnnotations( 
   GcGraphics graphics,
   System.Drawing.RectangleF bounds,
   System.Collections.Generic.IList<AnnotationBase> annotations
)

Parameters

graphics
The GrapeCity.Documents.Drawing.GcGraphics on which to draw the annotations.
bounds
The draw bounds.
annotations
The list of annotations to draw.
See Also

Reference

Page Class
Page Members
Overload List